#leader .leader_pic {
	float: left;
}

/* 媒体查询：适用于手机设备 */
@media (max-width: 768px) {
	#leader .leader_pic {
		float: none;
		/* 在手机模式下不使用 float 样式 */
	}
}

#leader .leader-info {
	min-height: 144px;
	padding: 20px;
	line-height: 24px;
	background-color: #f0f3f8;
	background-image: linear-gradient(to top, #f0f3f8, #f1fafe);
	border-radius: 4px;
	margin-left: 170px;
	/* 默认样式：适用于电脑 */
}

/* 媒体查询：适用于手机设备 */
@media (max-width: 768px) {
	#leader .leader-info {
		margin-left: 0;
		/* 在手机模式下移除 margin-left */
	}
}

#leader .leader-info h5 {
	border-left: 4px solid #224b7f;
	margin-left: -20px;
	margin-bottom: 10px;
	padding-left: 16px;
	font-size: 18px;
}

#leader .leader-info p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 80px;
	/* 默认样式：适用于电脑 */
	padding: 5px 0;
	line-height: 24px;
	color: #797979;
	word-break: break-all;
}

/* 媒体查询：适用于手机设备 */
@media (max-width: 768px) {
	#leader .leader-info p {
		max-height: none;
		/* 在手机模式下移除 max-height */
	}
}

#leader h4 {
	position: relative;
	overflow: hidden;
	max-height: 48px;
	line-height: 24px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 170px;
	/* 默认样式：适用于电脑 */
}

/* 媒体查询：适用于手机设备 */
@media (max-width: 768px) {
	#leader h4 {
		margin-left: 0;
		/* 在手机模式下移除 margin-left */
	}
}

#leader_jj {
	padding: 20px;
}

#leader_jj .tabjl {
	margin-bottom: 20px;
}

#leader_jj p {
	line-height: 30px;
	text-indent: 2em;
}

#leader_jj .tabjl a {
	background-color: #224b7f;
	color: #fff;
	display: inline-block;
	min-width: 100px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	transition: all .3s;
}